Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correctly calculate new_high_sigma #714

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from
Open

Correctly calculate new_high_sigma #714

wants to merge 7 commits into from

Conversation

ddobie
Copy link
Contributor

@ddobie ddobie commented May 23, 2024

Fix #713.
Fix #732.

@ddobie ddobie added the do not merge Do not merge this PR label Oct 14, 2024
@ddobie ddobie requested a review from mauch October 17, 2024 02:51
Copy link
Contributor

@mauch mauch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor typo and a question.

vast_pipeline/pipeline/new_sources.py Outdated Show resolved Hide resolved
new_sources_df['img_diff_true_rms'].fillna(0.)
)
new_sources_df = new_sources_df[
new_sources_df['img_diff_true_rms'] != 0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I might be missing something but just in case- perhaps you want > 0. rather than != 0 ? Similar to #755

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not merge Do not merge this PR
Projects
Status: Reviewer approved
Development

Successfully merging this pull request may close these issues.

refactor pipeline.new_sources.new_sources pipeline.new_sources: New high sigma is actually the new low sigma
2 participants